Discourage use of GtkMisc and GtkAlignment
authorMatthias Clasen <mclasen@redhat.com>
Fri, 22 Oct 2010 14:52:08 +0000 (16:52 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 22 Oct 2010 14:52:08 +0000 (16:52 +0200)
docs/reference/gtk/tmpl/gtkmisc.sgml
gtk/gtkalignment.c

index 434866014bdb953710c90d9f76494cd17aac7abf..57ab5c70904e51347dcffab11de3d247af7d0c15 100644 (file)
@@ -22,7 +22,7 @@ allocated area, the alignment settings will not alter the widgets position.
 <para>
 Note that the desired effect can in most cases be achieved by using the
 #GtkWidget:halign, #GtkWidget:valign and #GtkWidget:margin properties
-on the child widget.
+on the child widget, so GtkMisc should not be used in new code.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
index 44adfa107fc430c92212d940660eeaba048ad3a3..b3e0b85c79a4940e3ef3546003a7233345e8cb00 100644 (file)
@@ -44,7 +44,7 @@
  *
  * Note that the desired effect can in most cases be achieved by using the
  * #GtkWidget:halign, #GtkWidget:valign and #GtkWidget:margin properties
- * on the child widget.
+ * on the child widget, so #GtkAlignment should not be used in new code.
  */
 
 #include "config.h"